﻿2026-08-28T10:23:30.1011851Z ##[group]Run set -euo pipefail
2026-08-28T10:23:30.1012156Z [36;1mset -euo pipefail[0m
2026-08-28T10:23:30.1012365Z [36;1mPIN=0c95435[0m
2026-08-28T10:23:30.1012565Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-08-28T10:23:30.1012813Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-08-28T10:23:30.1013128Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-08-28T10:23:30.1013541Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-08-28T10:23:30.1013959Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-08-28T10:23:30.1014298Z [36;1m  rm -rf "$CACHE"[0m
2026-08-28T10:23:30.1014526Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-08-28T10:23:30.1014794Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-08-28T10:23:30.1015137Z [36;1m  # CARGO_INCREMENTAL=0 — THE one-shot build in this workflow (releases#103:[0m
2026-08-28T10:23:30.1015552Z [36;1m  # -29.8% wall, -5.65 GB of target, n=3, slowest-OFF beat fastest-ON). The[0m
2026-08-28T10:23:30.1015981Z [36;1m  # finding is scoped to COLD one-shot builds and this is the only CI site that[0m
2026-08-28T10:23:30.1016395Z [36;1m  # is one: the cache is `rm -rf`'d and rebuilt from scratch when the pin moves,[0m
2026-08-28T10:23:30.1016805Z [36;1m  # and between pin moves it is consumed as a BINARY and never recompiled — so[0m
2026-08-28T10:23:30.1017225Z [36;1m  # the incremental state it would write is never read by anything, ever. Every[0m
2026-08-28T10:23:30.1017644Z [36;1m  # other cargo invocation in this workflow builds into the runner's PERSISTENT[0m
2026-08-28T10:23:30.1018174Z [36;1m  # `_work` target, where incremental is the mechanism that makes the next run[0m
2026-08-28T10:23:30.1018527Z [36;1m  # cheap; those are deliberately left alone.[0m
2026-08-28T10:23:30.1018868Z [36;1m  CARGO_INCREMENTAL=0 bash .github/bench/wrap.sh n1-oldbroker-build -- \[0m
2026-08-28T10:23:30.1019749Z [36;1m    cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-08-28T10:23:30.1020230Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-08-28T10:23:30.1020526Z [36;1mfi[0m
2026-08-28T10:23:30.1020844Z [36;1mSPT_N1_OLD_BROKER="$BIN" bash .github/bench/wrap.sh n1-pairing -- \[0m
2026-08-28T10:23:30.1021313Z [36;1m  cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-08-28T10:23:30.1036286Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-28T10:23:30.1036572Z env:
2026-08-28T10:23:30.1036758Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-08-28T10:23:30.1037115Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-33161278940-1-owBF1c
2026-08-28T10:23:30.1037586Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-33161278940-1-owBF1c
2026-08-28T10:23:30.1037987Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-33161278940-1-owBF1c
2026-08-28T10:23:30.1038398Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-33161278940-1-owBF1c
2026-08-28T10:23:30.1038784Z ##[endgroup]
2026-08-28T10:23:30.4181202Z    Compiling proc-macro2 v1.0.106
2026-08-28T10:23:30.4181653Z    Compiling quote v1.0.45
2026-08-28T10:23:30.4181928Z    Compiling unicode-ident v1.0.24
2026-08-28T10:23:30.4182205Z    Compiling libc v0.2.186
2026-08-28T10:23:30.4182453Z    Compiling cfg-if v1.0.4
2026-08-28T10:23:30.4182711Z    Compiling serde_core v1.0.228
2026-08-28T10:23:30.4183374Z    Compiling serde v1.0.228
2026-08-28T10:23:30.4225209Z    Compiling typenum v1.20.1
2026-08-28T10:23:30.4266012Z    Compiling log v0.4.32
2026-08-28T10:23:30.4296200Z    Compiling version_check v0.9.5
2026-08-28T10:23:30.4329718Z    Compiling pin-project-lite v0.2.17
2026-08-28T10:23:30.4408553Z    Compiling portable-atomic v1.13.1
2026-08-28T10:23:30.4409920Z    Compiling memchr v2.8.1
2026-08-28T10:23:30.4454960Z    Compiling subtle v2.6.1
2026-08-28T10:23:30.4455571Z    Compiling critical-section v1.2.0
2026-08-28T10:23:30.4793081Z    Compiling shlex v2.0.1
2026-08-28T10:23:30.5223385Z    Compiling find-msvc-tools v0.1.9
2026-08-28T10:23:30.5240860Z    Compiling smallvec v1.15.1
2026-08-28T10:23:30.5637398Z    Compiling futures-core v0.3.32
2026-08-28T10:23:30.6711432Z    Compiling bytes v1.11.1
2026-08-28T10:23:30.6830966Z    Compiling equivalent v1.0.2
2026-08-28T10:23:30.7060632Z    Compiling itoa v1.0.18
2026-08-28T10:23:30.7149818Z    Compiling semver v1.0.28
2026-08-28T10:23:30.7397513Z    Compiling stable_deref_trait v1.2.1
2026-08-28T10:23:30.7488363Z    Compiling futures-sink v0.3.32
2026-08-28T10:23:30.7554908Z    Compiling futures-io v0.3.32
2026-08-28T10:23:30.7955988Z    Compiling slab v0.4.12
2026-08-28T10:23:30.8051377Z    Compiling rand_core v0.10.1
2026-08-28T10:23:30.8054682Z    Compiling generic-array v0.14.7
2026-08-28T10:23:30.8332307Z    Compiling futures-channel v0.3.32
2026-08-28T10:23:30.8620753Z    Compiling futures-task v0.3.32
2026-08-28T10:23:30.9230783Z    Compiling bitflags v2.12.1
2026-08-28T10:23:30.9621341Z    Compiling hashbrown v0.17.1
2026-08-28T10:23:30.9815639Z    Compiling getrandom v0.4.2
2026-08-28T10:23:31.0007392Z    Compiling autocfg v1.5.1
2026-08-28T10:23:31.0290591Z    Compiling rustversion v1.0.22
2026-08-28T10:23:31.0331125Z    Compiling cpufeatures v0.2.17
2026-08-28T10:23:31.0401131Z    Compiling scopeguard v1.2.0
2026-08-28T10:23:31.0988665Z    Compiling rustc_version v0.4.1
2026-08-28T10:23:31.1307999Z    Compiling fnv v1.0.7
2026-08-28T10:23:31.1473086Z    Compiling lock_api v0.4.14
2026-08-28T10:23:31.1624718Z    Compiling const-oid v0.9.6
2026-08-28T10:23:31.2021618Z    Compiling cfg_aliases v0.2.1
2026-08-28T10:23:31.2220659Z    Compiling strsim v0.11.1
2026-08-28T10:23:31.2300953Z    Compiling writeable v0.6.3
2026-08-28T10:23:31.2820986Z    Compiling litemap v0.8.2
2026-08-28T10:23:31.3774417Z    Compiling libm v0.2.16
2026-08-28T10:23:31.4559788Z    Compiling dunce v1.0.5
2026-08-28T10:23:31.4760877Z    Compiling icu_properties_data v2.2.0
2026-08-28T10:23:31.4830529Z    Compiling num-traits v0.2.19
2026-08-28T10:23:31.4900717Z    Compiling ident_case v1.0.1
2026-08-28T10:23:31.5201574Z    Compiling icu_normalizer_data v2.2.0
2026-08-28T10:23:31.5966736Z    Compiling utf8_iter v1.0.4
2026-08-28T10:23:31.6430889Z    Compiling fs_extra v1.3.0
2026-08-28T10:23:31.6701469Z    Compiling syn v2.0.117
2026-08-28T10:23:31.6969946Z    Compiling hybrid-array v0.4.12
2026-08-28T10:23:31.7476805Z    Compiling percent-encoding v2.3.2
2026-08-28T10:23:31.7570826Z    Compiling http v1.4.1
2026-08-28T10:23:31.7794222Z    Compiling thiserror v2.0.18
2026-08-28T10:23:31.7882350Z    Compiling zerocopy v0.8.50
2026-08-28T10:23:31.8010880Z    Compiling indexmap v2.14.0
2026-08-28T10:23:31.8620736Z    Compiling cpufeatures v0.3.0
2026-08-28T10:23:31.9214503Z    Compiling aws-lc-rs v1.17.0
2026-08-28T10:23:31.9295428Z    Compiling unicode-segmentation v1.13.3
2026-08-28T10:23:31.9520906Z    Compiling form_urlencoded v1.2.2
2026-08-28T10:23:31.9528356Z    Compiling spin v0.9.8
2026-08-28T10:23:32.1191045Z    Compiling untrusted v0.9.0
2026-08-28T10:23:32.1290037Z    Compiling rustls v0.23.40
2026-08-28T10:23:32.1577793Z    Compiling heck v0.5.0
2026-08-28T10:23:32.1788571Z    Compiling atomic-waker v1.1.2
2026-08-28T10:23:32.2170634Z    Compiling anyhow v1.0.102
2026-08-28T10:23:32.2332253Z    Compiling const-oid v0.10.2
2026-08-28T10:23:32.2985652Z    Compiling unicode-xid v0.2.6
2026-08-28T10:23:32.3050677Z    Compiling paste v1.0.15
2026-08-28T10:23:32.3800930Z    Compiling jobserver v0.1.34
2026-08-28T10:23:32.3870581Z    Compiling block-buffer v0.12.0
2026-08-28T10:23:32.4030725Z    Compiling crypto-common v0.2.2
2026-08-28T10:23:32.4128929Z    Compiling inout v0.2.2
2026-08-28T10:23:32.4521983Z    Compiling crypto-common v0.1.7
2026-08-28T10:23:32.4889790Z    Compiling block-buffer v0.10.4
2026-08-28T10:23:32.5280491Z    Compiling convert_case v0.10.0
2026-08-28T10:23:32.5380558Z    Compiling fastrand v2.4.1
2026-08-28T10:23:32.5448781Z    Compiling parking_lot_core v0.9.12
2026-08-28T10:23:32.5630870Z    Compiling httparse v1.10.1
2026-08-28T10:23:32.6031394Z    Compiling digest v0.10.7
2026-08-28T10:23:32.6425508Z    Compiling cc v1.2.63
2026-08-28T10:23:32.7290630Z    Compiling http-body v1.0.1
2026-08-28T10:23:32.7760387Z    Compiling curve25519-dalek v4.1.3
2026-08-28T10:23:32.8060025Z    Compiling ahash v0.8.12
2026-08-28T10:23:32.8231513Z    Compiling powerfmt v0.2.0
2026-08-28T10:23:32.8450393Z    Compiling either v1.16.0
2026-08-28T10:23:32.8604686Z    Compiling base64ct v1.8.3
2026-08-28T10:23:32.8800717Z    Compiling sha2 v0.10.9
2026-08-28T10:23:32.9485112Z    Compiling mio v1.2.1
2026-08-28T10:23:32.9990472Z    Compiling getrandom v0.2.17
2026-08-28T10:23:33.0531014Z    Compiling socket2 v0.6.4
2026-08-28T10:23:33.2097007Z    Compiling rand_core v0.6.4
2026-08-28T10:23:33.2241258Z    Compiling pem-rfc7468 v1.0.0
2026-08-28T10:23:33.2478641Z    Compiling deranged v0.5.8
2026-08-28T10:23:33.3080899Z    Compiling uuid v1.23.2
2026-08-28T10:23:33.3428120Z    Compiling cipher v0.5.2
2026-08-28T10:23:33.4611668Z    Compiling signature v2.2.0
2026-08-28T10:23:33.6181344Z    Compiling chacha20 v0.10.0
2026-08-28T10:23:33.6271290Z    Compiling num-conv v0.2.2
2026-08-28T10:23:33.6340619Z    Compiling base64 v0.22.1
2026-08-28T10:23:33.6700698Z    Compiling vcpkg v0.2.15
2026-08-28T10:23:33.7620582Z    Compiling pkg-config v0.3.33
2026-08-28T10:23:33.7690416Z    Compiling tower-service v0.3.3
2026-08-28T10:23:33.8056089Z    Compiling tinyvec_macros v0.1.1
2026-08-28T10:23:33.8194198Z    Compiling time-core v0.1.8
2026-08-28T10:23:33.8320467Z    Compiling data-encoding v2.11.0
2026-08-28T10:23:33.8585524Z    Compiling cmake v0.1.58
2026-08-28T10:23:33.8760842Z    Compiling try-lock v0.2.5
2026-08-28T10:23:33.9400612Z    Compiling rand v0.10.1
2026-08-28T10:23:33.9521690Z    Compiling zmij v1.0.21
2026-08-28T10:23:33.9603677Z    Compiling want v0.3.1
2026-08-28T10:23:33.9859310Z    Compiling tinyvec v1.11.0
2026-08-28T10:23:34.0260639Z    Compiling parking_lot v0.12.5
2026-08-28T10:23:34.0377582Z    Compiling inout v0.1.4
2026-08-28T10:23:34.1050780Z    Compiling num-integer v0.1.47
2026-08-28T10:23:34.1308007Z    Compiling spt-procident v0.64.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-procident)
2026-08-28T10:23:34.1640810Z    Compiling vergen-lib v9.1.0
2026-08-28T10:23:34.1712372Z    Compiling n0-future v0.3.2
2026-08-28T10:23:34.2500783Z    Compiling spin v0.10.0
2026-08-28T10:23:34.3314731Z    Compiling parking v2.2.1
2026-08-28T10:23:34.3450577Z    Compiling crossbeam-utils v0.8.21
2026-08-28T10:23:34.3707804Z    Compiling winnow v1.0.3
2026-08-28T10:23:34.3961071Z    Compiling diatomic-waker v0.2.3
2026-08-28T10:23:34.4360475Z    Compiling serde_json v1.0.150
2026-08-28T10:23:34.4508920Z    Compiling cordyceps v0.3.4
2026-08-28T10:23:34.4983694Z    Compiling num-bigint-dig v0.8.6
2026-08-28T10:23:34.5073845Z    Compiling httpdate v1.0.3
2026-08-28T10:23:34.5310562Z    Compiling futures-lite v2.6.1
2026-08-28T10:23:34.5430554Z    Compiling num-iter v0.1.46
2026-08-28T10:23:34.6410759Z    Compiling spt-poolguard v0.64.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-poolguard)
2026-08-28T10:23:34.6568652Z    Compiling cipher v0.4.4
2026-08-28T10:23:34.6691064Z    Compiling netlink-packet-core v0.8.1
2026-08-28T10:23:34.6760682Z    Compiling ed25519 v2.2.3
2026-08-28T10:23:34.6979293Z    Compiling digest v0.11.3
2026-08-28T10:23:34.7071007Z    Compiling aws-lc-sys v0.41.0
2026-08-28T10:23:34.7870727Z    Compiling ring v0.17.14
2026-08-28T10:23:34.7940688Z    Compiling libsqlite3-sys v0.30.1
2026-08-28T10:23:34.8561000Z    Compiling futures-buffered v0.2.13
2026-08-28T10:23:34.8726858Z    Compiling universal-hash v0.5.1
2026-08-28T10:23:34.8805265Z    Compiling vergen-lib v0.1.6
2026-08-28T10:23:34.9243713Z    Compiling vergen v9.1.0
2026-08-28T10:23:34.9440764Z    Compiling lazy_static v1.5.0
2026-08-28T10:23:34.9940766Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-08-28T10:23:35.0098681Z    Compiling heapless v0.7.17
2026-08-28T10:23:35.0250648Z    Compiling noq-udp v0.10.0
2026-08-28T10:23:35.0350662Z    Compiling aho-corasick v1.1.4
2026-08-28T10:23:35.0880700Z    Compiling sync_wrapper v1.0.2
2026-08-28T10:23:35.1098384Z    Compiling allocator-api2 v0.2.21
2026-08-28T10:23:35.1352105Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-08-28T10:23:35.1927855Z    Compiling regex-syntax v0.8.10
2026-08-28T10:23:35.2017962Z    Compiling byteorder v1.5.0
2026-08-28T10:23:35.2120043Z    Compiling opaque-debug v0.3.1
2026-08-28T10:23:35.2810632Z    Compiling polyval v0.6.2
2026-08-28T10:23:35.4224566Z    Compiling spt-store v0.64.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-08-28T10:23:35.4282154Z    Compiling hash32 v0.2.1
2026-08-28T10:23:35.4700707Z    Compiling vergen-gitcl v1.0.8
2026-08-28T10:23:35.5469750Z    Compiling fallible-iterator v0.3.0
2026-08-28T10:23:35.5581192Z    Compiling ryu v1.0.23
2026-08-28T10:23:35.6380855Z    Compiling fallible-streaming-iterator v0.1.9
2026-08-28T10:23:35.6446009Z    Compiling signature v3.0.0
2026-08-28T10:23:35.7536326Z    Compiling tower-layer v0.3.3
2026-08-28T10:23:35.7602564Z    Compiling num_threads v0.1.7
2026-08-28T10:23:35.7860497Z    Compiling ghash v0.5.1
2026-08-28T10:23:35.8120324Z    Compiling ctr v0.9.2
2026-08-28T10:23:35.8640487Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-08-28T10:23:35.9204382Z    Compiling time v0.3.47
2026-08-28T10:23:35.9267663Z    Compiling aes v0.8.4
2026-08-28T10:23:35.9789280Z    Compiling sha2 v0.11.0-rc.5
2026-08-28T10:23:35.9870793Z    Compiling fs2 v0.4.3
2026-08-28T10:23:36.1517388Z    Compiling http-body-util v0.1.3
2026-08-28T10:23:36.1599149Z    Compiling aead v0.5.2
2026-08-28T10:23:36.2721570Z    Compiling openssl-probe v0.2.1
2026-08-28T10:23:36.4381056Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-08-28T10:23:36.4799624Z    Compiling utf8parse v0.2.2
2026-08-28T10:23:36.5052348Z    Compiling rustix v1.1.4
2026-08-28T10:23:36.5554639Z    Compiling arrayvec v0.7.6
2026-08-28T10:23:36.5627020Z    Compiling aes-gcm v0.10.3
2026-08-28T10:23:36.6860665Z    Compiling crossbeam-epoch v0.9.18
2026-08-28T10:23:36.7212235Z    Compiling synstructure v0.13.2
2026-08-28T10:23:36.7356142Z    Compiling darling_core v0.20.11
2026-08-28T10:23:36.7916826Z    Compiling crossbeam-channel v0.5.15
2026-08-28T10:23:36.9510728Z    Compiling netlink-packet-route v0.29.0
2026-08-28T10:23:37.1350565Z    Compiling blake3 v1.8.5
2026-08-28T10:23:37.3648482Z    Compiling proc-macro-crate v3.5.0
2026-08-28T10:23:37.4478129Z    Compiling ppv-lite86 v0.2.21
2026-08-28T10:23:37.4759810Z    Compiling memoffset v0.6.5
2026-08-28T10:23:37.4979258Z    Compiling acto v0.8.2
2026-08-28T10:23:37.6134158Z    Compiling noq v0.18.0
2026-08-28T10:23:37.6351008Z    Compiling regex-automata v0.4.14
2026-08-28T10:23:37.6762564Z    Compiling netwatch v0.16.0
2026-08-28T10:23:37.6897832Z    Compiling tagptr v0.2.0
2026-08-28T10:23:37.8352214Z    Compiling mac-addr v0.3.0
2026-08-28T10:23:37.8515534Z    Compiling thiserror v1.0.69
2026-08-28T10:23:37.8889757Z    Compiling identity-hash v0.1.0
2026-08-28T10:23:37.9661849Z    Compiling rand_chacha v0.3.1
2026-08-28T10:23:37.9755076Z    Compiling rustc-hash v2.1.2
2026-08-28T10:23:37.9756018Z    Compiling xml-rs v0.8.28
2026-08-28T10:23:37.9975715Z    Compiling ref-cast v1.0.25
2026-08-28T10:23:38.0204582Z    Compiling foldhash v0.2.0
2026-08-28T10:23:38.0978824Z    Compiling linux-raw-sys v0.12.1
2026-08-28T10:23:38.1160189Z    Compiling sorted-index-buffer v0.2.1
2026-08-28T10:23:38.1951715Z    Compiling lru-slab v0.1.2
2026-08-28T10:23:38.2484815Z    Compiling rand v0.8.7
2026-08-28T10:23:38.3010626Z    Compiling hashbrown v0.16.1
2026-08-28T10:23:38.5253236Z    Compiling serde_derive_internals v0.29.1
2026-08-28T10:23:38.6104511Z    Compiling netlink-packet-route v0.30.0
2026-08-28T10:23:38.6798049Z    Compiling serde_derive v1.0.228
2026-08-28T10:23:38.7099616Z    Compiling zeroize_derive v1.4.3
2026-08-28T10:23:39.0345359Z    Compiling tokio-macros v2.7.0
2026-08-28T10:23:39.0560469Z    Compiling zerofrom-derive v0.1.7
2026-08-28T10:23:39.1971627Z    Compiling futures-macro v0.3.32
2026-08-28T10:23:39.2585108Z    Compiling zeroize v1.8.2
2026-08-28T10:23:39.4526284Z    Compiling yoke-derive v0.8.2
2026-08-28T10:23:39.4793374Z    Compiling zerovec-derive v0.11.3
2026-08-28T10:23:39.5037506Z    Compiling displaydoc v0.2.6
2026-08-28T10:23:39.6025405Z    Compiling tracing-attributes v0.1.31
2026-08-28T10:23:39.7231075Z    Compiling rustls-pki-types v1.14.1
2026-08-28T10:23:39.7797497Z    Compiling tokio v1.52.3
2026-08-28T10:23:40.0579867Z    Compiling thiserror-impl v2.0.18
2026-08-28T10:23:40.0810923Z    Compiling futures-util v0.3.32
2026-08-28T10:23:40.2493818Z    Compiling curve25519-dalek-derive v0.1.1
2026-08-28T10:23:40.4700765Z    Compiling zerofrom v0.1.8
2026-08-28T10:23:40.5747915Z    Compiling darling_macro v0.20.11
2026-08-28T10:23:40.7221924Z    Compiling yoke v0.8.3
2026-08-28T10:23:40.9354449Z    Compiling derive_more-impl v2.1.1
2026-08-28T10:23:40.9433398Z    Compiling darling v0.20.11
2026-08-28T10:23:40.9619352Z    Compiling zerovec v0.11.6
2026-08-28T10:23:40.9780188Z    Compiling zerotrie v0.2.4
2026-08-28T10:23:41.0027348Z    Compiling derive_builder_core v0.20.2
2026-08-28T10:23:41.2985806Z    Compiling der v0.7.10
2026-08-28T10:23:41.3585089Z    Compiling n0-error-macros v0.1.3
2026-08-28T10:23:41.6530923Z    Compiling spez v0.1.2
2026-08-28T10:23:41.7225230Z    Compiling tinystr v0.8.3
2026-08-28T10:23:41.9490135Z    Compiling icu_locale_core v2.2.0
2026-08-28T10:23:41.9653382Z    Compiling potential_utf v0.1.5
2026-08-28T10:23:42.1107603Z    Compiling icu_collections v2.2.0
2026-08-28T10:23:42.3420422Z    Compiling n0-error v0.1.3
2026-08-28T10:23:42.4380772Z    Compiling derive_builder_macro v0.20.2
2026-08-28T10:23:42.6970701Z    Compiling spki v0.7.3
2026-08-28T10:23:42.7211188Z    Compiling derive_builder v0.20.2
2026-08-28T10:23:42.8187898Z    Compiling der v0.8.0-rc.10
2026-08-28T10:23:42.8286170Z    Compiling pin-project-internal v1.1.13
2026-08-28T10:23:42.9055104Z    Compiling pkcs8 v0.10.2
2026-08-28T10:23:43.2028052Z    Compiling icu_provider v2.2.0
2026-08-28T10:23:43.2118451Z    Compiling pkcs1 v0.7.5
2026-08-28T10:23:43.4591143Z    Compiling ed25519-dalek v2.2.0
2026-08-28T10:23:43.6067558Z    Compiling icu_normalizer v2.2.0
2026-08-28T10:23:43.6500075Z    Compiling icu_properties v2.2.0
2026-08-28T10:23:43.7684105Z    Compiling ipnet v2.12.0
2026-08-28T10:23:43.9522225Z    Compiling futures-executor v0.3.32
2026-08-28T10:23:44.1761529Z    Compiling prefix-trie v0.8.4
2026-08-28T10:23:44.1980498Z    Compiling pin-project v1.1.13
2026-08-28T10:23:44.2326177Z    Compiling futures v0.3.32
2026-08-28T10:23:44.2964709Z    Compiling spt-proto v0.64.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-08-28T10:23:44.3440991Z    Compiling spki v0.8.0-rc.4
2026-08-28T10:23:44.4922596Z    Compiling once_cell v1.21.4
2026-08-28T10:23:44.5149655Z    Compiling pkcs8 v0.11.0-rc.10
2026-08-28T10:23:44.6880508Z    Compiling tracing-core v0.1.36
2026-08-28T10:23:44.9470598Z    Compiling hashbrown v0.14.5
2026-08-28T10:23:44.9611042Z    Compiling ed25519 v3.0.0-rc.4
2026-08-28T10:23:44.9750726Z    Compiling cobs v0.3.0
2026-08-28T10:23:45.0150777Z    Compiling regex v1.12.3
2026-08-28T10:23:45.1335600Z    Compiling idna_adapter v1.2.2
2026-08-28T10:23:45.2387496Z    Compiling idna v1.1.0
2026-08-28T10:23:45.2586839Z    Compiling tracing v0.1.44
2026-08-28T10:23:45.2701799Z    Compiling derive_more v2.1.1
2026-08-28T10:23:45.5040705Z    Compiling rsa v0.9.10
2026-08-28T10:23:45.6560131Z    Compiling postcard-derive v0.2.2
2026-08-28T10:23:45.6676865Z    Compiling data-encoding-macro-internal v0.1.18
2026-08-28T10:23:45.8361311Z    Compiling url v2.5.8
2026-08-28T10:23:45.8991930Z    Compiling hashlink v0.9.1
2026-08-28T10:23:45.9740810Z    Compiling tokio-util v0.7.18
2026-08-28T10:23:46.1101146Z    Compiling netlink-sys v0.8.8
2026-08-28T10:23:46.2544419Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-08-28T10:23:46.2780829Z    Compiling postcard v1.1.3
2026-08-28T10:23:46.3038443Z    Compiling data-encoding-macro v0.1.20
2026-08-28T10:23:46.3794837Z    Compiling tower v0.5.3
2026-08-28T10:23:46.4340331Z    Compiling rusqlite v0.32.1
2026-08-28T10:23:46.4682195Z    Compiling rustls-native-certs v0.8.4
2026-08-28T10:23:46.4758249Z    Compiling async-trait v0.1.89
2026-08-28T10:23:46.4867263Z    Compiling num_enum_derive v0.7.6
2026-08-28T10:23:46.6445493Z    Compiling strum_macros v0.28.0
2026-08-28T10:23:46.7474832Z    Compiling enum-assoc v1.3.0
2026-08-28T10:23:46.7754623Z    Compiling iroh-metrics-derive v0.4.1
2026-08-28T10:23:46.8276627Z    Compiling iroh-relay v0.98.0
2026-08-28T10:23:46.9409136Z    Compiling hickory-proto v0.26.0-beta.4
2026-08-28T10:23:46.9492717Z    Compiling attohttpc v0.30.1
2026-08-28T10:23:47.1618156Z    Compiling h2 v0.4.14
2026-08-28T10:23:47.2700247Z    Compiling iroh-metrics v0.38.3
2026-08-28T10:23:47.3970893Z    Compiling n0-watcher v0.6.1
2026-08-28T10:23:47.5791256Z    Compiling tokio-stream v0.1.18
2026-08-28T10:23:47.5883450Z    Compiling tower-http v0.6.11
2026-08-28T10:23:47.7086443Z    Compiling iroh-base v0.98.0
2026-08-28T10:23:47.7273614Z    Compiling num_enum v0.7.6
2026-08-28T10:23:47.7633908Z    Compiling netlink-proto v0.12.0
2026-08-28T10:23:47.8353733Z    Compiling netdev v0.42.0
2026-08-28T10:23:47.8470748Z    Compiling moka v0.12.15
2026-08-28T10:23:48.1241271Z    Compiling serde_spanned v0.6.9
2026-08-28T10:23:48.1469655Z    Compiling toml_datetime v0.6.11
2026-08-28T10:23:48.2919340Z    Compiling xmltree v0.10.3
2026-08-28T10:23:48.3622867Z    Compiling ref-cast-impl v1.0.25
2026-08-28T10:23:48.5287513Z    Compiling thiserror-impl v1.0.69
2026-08-28T10:23:48.6020848Z    Compiling ioctl-rs v0.1.6
2026-08-28T10:23:48.6066580Z    Compiling termios v0.2.2
2026-08-28T10:23:48.6909191Z    Compiling serial-core v0.4.0
2026-08-28T10:23:48.7173912Z    Compiling errno v0.3.14
2026-08-28T10:23:48.7468879Z    Compiling simple-dns v0.9.3
2026-08-28T10:23:48.8460342Z    Compiling smol_str v0.1.24
2026-08-28T10:23:48.8819821Z    Compiling signal-hook v0.3.18
2026-08-28T10:23:48.8905002Z    Compiling toml_write v0.1.2
2026-08-28T10:23:49.0161333Z    Compiling sha1_smol v1.0.1
2026-08-28T10:23:49.0568740Z    Compiling constant_time_eq v0.4.2
2026-08-28T10:23:49.0639620Z    Compiling simdutf8 v0.1.5
2026-08-28T10:23:49.1440867Z    Compiling resolv-conf v0.7.6
2026-08-28T10:23:49.2401292Z    Compiling winnow v0.7.15
2026-08-28T10:23:49.2604655Z    Compiling arrayref v0.3.9
2026-08-28T10:23:49.5005931Z    Compiling signal-hook-registry v1.4.8
2026-08-28T10:23:49.5190951Z    Compiling serial-unix v0.4.0
2026-08-28T10:23:49.6532347Z    Compiling webpki-roots v1.0.7
2026-08-28T10:23:49.6871614Z    Compiling schemars_derive v1.2.1
2026-08-28T10:23:49.7151286Z    Compiling strum v0.28.0
2026-08-28T10:23:49.7233364Z    Compiling lru v0.16.4
2026-08-28T10:23:49.8388627Z    Compiling darling_core v0.23.0
2026-08-28T10:23:49.8457260Z    Compiling serde_bytes v0.11.19
2026-08-28T10:23:49.8800201Z    Compiling seize v0.5.1
2026-08-28T10:23:49.9124241Z    Compiling hmac v0.12.1
2026-08-28T10:23:50.0460964Z    Compiling iroh v0.98.2
2026-08-28T10:23:50.0580532Z    Compiling cmov v0.5.4
2026-08-28T10:23:50.0605655Z    Compiling dyn-clone v1.0.20
2026-08-28T10:23:50.0905330Z    Compiling bitflags v1.3.2
2026-08-28T10:23:50.1470937Z    Compiling rustix v0.38.44
2026-08-28T10:23:50.1556563Z    Compiling pin-utils v0.1.0
2026-08-28T10:23:50.1863527Z    Compiling papaya v0.2.4
2026-08-28T10:23:50.2273040Z    Compiling filedescriptor v0.8.3
2026-08-28T10:23:50.2775618Z    Compiling iroh-dns v0.98.0
2026-08-28T10:23:50.2998839Z    Compiling ctutils v0.4.2
2026-08-28T10:23:50.3164363Z    Compiling nix v0.25.1
2026-08-28T10:23:50.3900893Z    Compiling hkdf v0.12.4
2026-08-28T10:23:50.4719172Z    Compiling swarm-discovery v0.6.0-alpha.2 (https://github.com/SaberMage/swarm-discovery?rev=89a2200d54a4e3cab2f46cc75ebff49a1fb07614#89a2200d)
2026-08-28T10:23:50.5635859Z    Compiling serial v0.4.0
2026-08-28T10:23:50.5882963Z    Compiling backon v1.6.0
2026-08-28T10:23:50.6261107Z    Compiling anstyle-parse v1.0.0
2026-08-28T10:23:50.7845760Z    Compiling vte_generate_state_changes v0.1.2
2026-08-28T10:23:50.7848934Z    Compiling is_terminal_polyfill v1.70.2
2026-08-28T10:23:50.8073970Z    Compiling shell-words v1.1.1
2026-08-28T10:23:50.8430675Z    Compiling unicode-width v0.2.0
2026-08-28T10:23:50.8703448Z    Compiling anstyle-query v1.1.5
2026-08-28T10:23:50.9377964Z    Compiling anstyle v1.0.14
2026-08-28T10:23:50.9641261Z    Compiling colorchoice v1.0.5
2026-08-28T10:23:50.9850857Z    Compiling linux-raw-sys v0.4.15
2026-08-28T10:23:51.0371704Z    Compiling instability v0.3.12
2026-08-28T10:23:51.0581841Z    Compiling downcast-rs v1.2.1
2026-08-28T10:23:51.1322517Z    Compiling foldhash v0.1.5
2026-08-28T10:23:51.1512196Z    Compiling vte v0.13.1
2026-08-28T10:23:51.2217452Z    Compiling anstream v1.0.0
2026-08-28T10:23:51.2330494Z    Compiling signal-hook-mio v0.2.5
2026-08-28T10:23:51.3334858Z    Compiling hashbrown v0.15.5
2026-08-28T10:23:51.3407572Z    Compiling spake2 v0.4.0
2026-08-28T10:23:51.6543021Z    Compiling terminal_size v0.4.4
2026-08-28T10:23:51.6868845Z    Compiling schemars v1.2.1
2026-08-28T10:23:51.7437699Z    Compiling toml_edit v0.22.27
2026-08-28T10:23:51.7519907Z    Compiling strum_macros v0.26.4
2026-08-28T10:23:51.7942332Z    Compiling itertools v0.13.0
2026-08-28T10:23:51.9380668Z    Compiling sha1 v0.10.6
2026-08-28T10:23:52.1397279Z    Compiling castaway v0.2.4
2026-08-28T10:23:52.1808053Z    Compiling doctest-file v1.1.1
2026-08-28T10:23:52.2320712Z    Compiling clap_lex v1.1.0
2026-08-28T10:23:52.2671388Z    Compiling indoc v2.0.7
2026-08-28T10:23:52.4982987Z    Compiling static_assertions v1.1.0
2026-08-28T10:23:52.5628789Z    Compiling unicode-width v0.1.14
2026-08-28T10:23:52.6139374Z    Compiling interprocess v2.4.2
2026-08-28T10:23:52.6710959Z    Compiling compact_str v0.8.2
2026-08-28T10:23:52.6801070Z    Compiling clap_builder v4.6.0
2026-08-28T10:23:52.7564966Z    Compiling crossterm v0.28.1
2026-08-28T10:23:52.8771414Z    Compiling lru v0.12.5
2026-08-28T10:23:53.0530434Z    Compiling hyper v1.10.1
2026-08-28T10:23:53.5073645Z    Compiling darling_macro v0.23.0
2026-08-28T10:23:53.5673124Z    Compiling clap_derive v4.6.1
2026-08-28T10:23:53.6557798Z    Compiling unicode-truncate v1.1.0
2026-08-28T10:23:53.7561231Z    Compiling cassowary v0.3.0
2026-08-28T10:23:53.8200543Z    Compiling iana-time-zone v0.1.65
2026-08-28T10:23:53.8361354Z    Compiling darling v0.23.0
2026-08-28T10:23:54.1695471Z    Compiling chrono v0.4.45
2026-08-28T10:23:54.2067736Z    Compiling strum v0.26.3
2026-08-28T10:23:54.3452650Z    Compiling toml v0.8.23
2026-08-28T10:23:54.3562042Z    Compiling portable-pty v0.8.1
2026-08-28T10:23:54.4996789Z    Compiling ratatui v0.29.0
2026-08-28T10:23:54.5340894Z    Compiling nucleo-matcher v0.3.1
2026-08-28T10:23:54.5482689Z    Compiling qrcode v0.14.1
2026-08-28T10:23:54.6465289Z    Compiling tempfile v3.27.0
2026-08-28T10:23:55.2553448Z    Compiling hyper-util v0.1.20
2026-08-28T10:23:55.3529238Z    Compiling spt-test-support v0.64.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-test-support)
2026-08-28T10:23:56.0187667Z    Compiling clap v4.6.1
2026-08-28T10:23:56.0860001Z    Compiling spt-msg v0.64.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-08-28T10:23:56.4167063Z    Compiling spt-runtime v0.64.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-08-28T10:23:56.4168200Z    Compiling spt-term v0.64.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-08-28T10:23:57.2623739Z    Compiling igd-next v0.17.1
2026-08-28T10:23:58.4544840Z    Compiling portmapper v0.16.0
2026-08-28T10:23:59.8907399Z    Compiling spt-live v0.64.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-08-28T10:24:03.3729827Z    Compiling rustls-webpki v0.103.13
2026-08-28T10:24:05.7122503Z    Compiling tokio-rustls v0.26.4
2026-08-28T10:24:05.7122949Z    Compiling rustls-platform-verifier v0.7.0
2026-08-28T10:24:05.7123271Z    Compiling noq-proto v0.17.0
2026-08-28T10:24:05.8542512Z    Compiling hyper-rustls v0.27.9
2026-08-28T10:24:05.8543782Z    Compiling hickory-net v0.26.0-beta.4
2026-08-28T10:24:05.8544235Z    Compiling tokio-websockets v0.13.2
2026-08-28T10:24:05.9908296Z    Compiling reqwest v0.13.4
2026-08-28T10:24:06.9215665Z    Compiling hickory-resolver v0.26.0-beta.4
2026-08-28T10:24:20.4713754Z    Compiling spt-net v0.64.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-08-28T10:24:22.3707107Z    Compiling spt-daemon v0.64.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-08-28T10:24:33.3946858Z    Compiling spt v0.64.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-08-28T10:24:40.4696053Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 10s
2026-08-28T10:24:40.4930175Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-92b63a58ec2772e4)
2026-08-28T10:24:40.4942894Z 
2026-08-28T10:24:40.4943021Z running 1 test
2026-08-28T10:24:46.7375039Z test new_brain_serves_against_old_broker ... ok
2026-08-28T10:24:46.7375451Z 
2026-08-28T10:24:46.7375722Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.24s
2026-08-28T10:24:46.7376075Z 
